/*公告样式*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    padding: 0;
    margin: 0;
}
/*p,li,span{*/
/*    font-size: 14px;*/
/*}*/
.content{
    width: 1200px;
    margin: 0 auto;
    /*height: 100%;*/
}
/*头部样式*/
.head{
    width: 100%;
    min-width: 1000px;
    height: 209px;
    background-color: #fff;
}
.head > .navHead {
    height: 36px;
    color: #444;
    background-color: #f5f5f5;
    font-size: 14px;
}
/*头部左边样式*/
.head > .navHead .navLeft{
    float: left;
    line-height: 36px;
}
/*头部右边样式*/
.head > .navHead .navRight{
    float: right;
    line-height: 36px;
}
.head > .navHead .navRight >ul{
    min-width: 150px;
    display: flex;
    justify-content: space-between;
}
.head > .navHead .navRight >ul>a>span{
    cursor: pointer;
    padding-left: 5px;
    color: #666;
    font-size: 12px;
}
/*logo和搜索*/
.head .LogoSearch{
    height: 120px;
    width: 100%;
}
/*左边logo*/
.head .LogoSearch .businessLogo{
    float: left;
    width: 320px;
    margin-top: 15px;
}
.head .LogoSearch>div.content{
    padding-top: 23.5px;
}
.head .LogoSearch .businessLogo>img{
    display: block;
    width: 100%;
}
/*右边搜索*/
.head .LogoSearch .search{
    width: 500px;
    height: 40px;
    position: relative;
    top: 20px;
    left: 168px;
    float: left;
}
.head .LogoSearch .search > input{
    border: 2px solid #167AE0;
    width: 360px;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
}
.head .LogoSearch .search > input:focus{
    outline: none;
    outline-offset: unset;
}
.head .LogoSearch .search > input::-ms-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search > input::-webkit-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search  .megaloscope1{
    background-color: #167AE0;
    position: absolute;
    top: 0;
    width: 90px;
    height: 40px;
    border: none;
    cursor: pointer;
}
.head .LogoSearch .search  .megaloscope2{
    background-color: #167AE0;
    position: absolute;
    top: 0;
    width: 90px;
    height: 40px;
    border: none;
    cursor: pointer;
}
.head .LogoSearch .search  .megaloscope >img{
    padding-top: 3px;
}
/*导航栏*/
.navList{
    position: relative;
    z-index: 100;
    margin: 10px auto;
    background-color: #167AE0;
}
.head .navList >ul{
    display: flex;
    /*justify-content: space-between;*/
    height: 42px;
    line-height: 46px;
}
.head .navList >ul>li{
    position: relative;
    font-size: 16px;
    width: 133px;
    text-align: center;
}
.head .navList >ul>li:last-child{
    color: #fff;
}
.head .navList >ul >li >a{
    color: #fff;
    list-style: none;
    text-decoration: none;
}
.head .navList >ul >li >img{
    margin-left: 4px;
}
.head .navList >ul >li >ul{
    position: absolute;
    top: 46px;
    left: 0px;
    background-color: #424e65;
    display: none;
}
.head .navList >ul >li:hover>ul{
    display: block;
}
.head .navList >ul >li >ul>li{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 128px;
    border-bottom: 1px solid #687184;
}
.head .navList >ul >li >ul>li>a{
    font-size: 16px;
    color: #fff;
}
.head .navList >ul>li.activeList{
    background-color: #1D5DB8;
}
.head .navList >ul>li.activeList >a{
    font-weight: bold;
    font-size: 18px;
}
.currentlocation{
    padding: 20px 0;
}
.currentlocation a {
    color: #778193;
}
.currentlocation a:first-child {
    margin-left: 10px;
}
/*头部结束*/
/*尾部样式*/
.foot{
    width: 100%;
    height: 140px;
    margin: 20px auto;
    background-color: #167AE0;
    margin-bottom: 20px;
}
/*尾部左边*/
.foot .footLeft{
    float: left;
    width: 90px;
    padding: 18px 20px;
    position: relative;
}
.foot .footLeft span{
    color:#fff;
}
.foot .footLeft img{
    float: left;
    /*width: 55px;*/
    height: 80px;
    vertical-align: middle;
    /*margin-top: 25px;*/
    position: absolute;
    left: 0px;
    top: 35px;
}
.foot .footLeft .footLeftCharacter{
    width: 810px;
    /*cursor: pointer;*/
    margin: 10px 0 0 90px;
    color: #fff;
    font-size: 14px;
}
.foot .footLeft .footLeftCharacter p{
    line-height: 20px!important;
    color:#fff;
}
/*尾部右边*/
.foot .footRight{
    float: right;
    width: 520px;
    height: 100%;
    padding: 50px 0px 0px 50px;
}
.foot .footRight .footRightCharacter{
    float: right;
    color: #d5dae4;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
}
.foot .footRight .footRightCharacter span{
    padding-left: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
}
.timeData {
    width: 104px;
    height: 100px;
    float: right;
    margin: -15px 50px 0 0;
}
.timeData span {
    font-family: HelveticaNeue, HelveticaNeue-Bold;
    font-weight: 700;
    color: #167ae0;
}
.timeData .toDateString{
    position: relative;
    top: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    color: #666;
}
.timeData .week{
    width: 1em;
    position: relative;
    left: 120px;
    bottom: 80px;
    font-size: 17px;
    font-weight: bold;
}

/*.foot .footRight .footRightCharacter >ul >li{*/
    /*margin-bottom: 15px;*/
/*}*/
/*.foot .footRight .footRightCharacter >ul >li>img{*/
   /*display: inline-block;*/
    /*vertical-align: text-bottom;*/
/*}*/
/*.foot .footRight .footRightCharacter >ul >li>span+p{*/
    /*display: inline-block;*/
/*}*/
/*尾部结束*/
